home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / UNISTD.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  176b  |  12 lines

  1. #ifndef _LINUX_UNISTD_H_
  2. #define _LINUX_UNISTD_H_
  3.  
  4. extern int errno;
  5.  
  6. /*
  7.  * Include machine specific syscallX macros
  8.  */
  9. #include <asm/unistd.h>
  10.  
  11. #endif /* _LINUX_UNISTD_H_ */
  12.